<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sycp {
  width: 90%;
  margin: 0px auto;
}
.sycp h4 {
  color: #8e8e8e;
  font-size: 18px;
}
.sycp h4 img {
  margin-bottom: 10px;
  display: block;
}
.sycp a {
  padding-top: 30px;
}
.sycpcon {
  width: 90%;
  margin: 40px auto;
  overflow: hidden;
}
.sycpcon li {
  background: #eaebeb;
  float: left;
  margin-bottom: 15px;
  position: relative;
  transition: all .3s;
}
.sycpcon li:hover {
  box-shadow: 0 0 15px #c4c4c4;
}
.sycpcon li a {
  display: block;
}
.sycpcon li a p {
  position: absolute;
  font-size: 32px;
  z-index: 92;
}
.sycpcon li a p em {
  display: block;
  font-size: 16px;
  color: #353b39;
  margin-top: 20px;
}
.sycpcon li a img {
  position: absolute;
  z-index: 0;
}
.sycpcon li:nth-of-type(1) {
  width: 40%;
  height: 600px;
  margin-right: 1%;
}
.sycpcon li:nth-of-type(1) img {
  right: 20px;
  top: 15%;
  width: 80%;
}
.sycpcon li:nth-of-type(1) p {
  bottom: 40px;
  left: 4%;
}
.sycpcon li:nth-of-type(2) {
  width: 28%;
  margin-right: 1%;
  height: 292px;
}
.sycpcon li:nth-of-type(2) img {
  right: 0px;
  bottom: -16px;
  width: 80%;
}
.sycpcon li:nth-of-type(2) p {
  top: 40px;
  left: 4%;
}
.sycpcon li:nth-of-type(3) {
  width: 30%;
  height: 292px;
}
.sycpcon li:nth-of-type(3) p {
  top: 40px;
  left: 4%;
}
.sycpcon li:nth-of-type(3) img {
  right: 10%;
  bottom: 16px;
  width: 60%;
}
.sycpcon li:nth-of-type(4) {
  width: 25%;
  margin-right: 1%;
  height: 295px;
}
.sycpcon li:nth-of-type(4) p {
  bottom: 40px;
  left: 4%;
}
.sycpcon li:nth-of-type(4) img {
  right: -20px;
  top: 16px;
  width: 60%;
}
.sycpcon li:nth-of-type(5) {
  width: 33%;
  height: 295px;
}
.sycpcon li:nth-of-type(5) p {
  bottom: 40px;
  left: 4%;
}
.sycpcon li:nth-of-type(5) img {
  right: 10%;
  bottom: 16px;
  width: 46%;
}
.sycpbj {
  background: #f4f4f4;
  padding: 20px 0 30px 0;
}
.syflm {
  text-align: center;
  margin: 0px auto 30px auto;
}
.syflm .button3 {
  transform: skewX(-45deg);
  display: inline-block;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 20px 35px;
  margin-right: 30px;
  font-size: 18px;
}
.syflm .button3:hover {
  background: #ff3a44;
  color: #fff;
  box-shadow: 0 0 15px #ff3a44;
  border: 1px solid #ff3a44;
}
.syflm .button3 &gt; div {
  transform: skewX(45deg);
}
</pre></body></html>